翻訳と辞書
Words near each other
・ Longest climbing salamander
・ Longest common subsequence problem
・ Longest common substring problem
・ Longest Day
・ Longest Day of Nelson
・ Longest element of a Coxeter group
・ Longest English sentence
・ Longest fence in the world
・ Longest increasing subsequence
・ Longest linear sequence
・ Longest NCAA Division I football winning streaks
・ Longest Night
・ Longest Night Service
・ Longest palindromic substring
・ Longest path problem
Longest prefix match
・ Longest professional baseball game
・ Longest recorded sniper kills
・ Longest reigning heavyweight champions
・ Longest repeated substring problem
・ Longest rivers of the United Kingdom
・ Longest squash match records
・ Longest tennis match records
・ Longest tiebreaker in tennis
・ Longest train services
・ Longest trains
・ Longest uncrossed knight's path
・ Longest word in English
・ Longest word in Spanish
・ Longest word in Turkish


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Longest prefix match : ウィキペディア英語版
Longest prefix match

Longest prefix match (also called Maximum prefix length match) refers to an algorithm used by routers in Internet Protocol (IP) networking to select an entry from a forwarding table
.〔

Because each entry in a forwarding table may specify a sub-network, one destination address may match more than one forwarding table entry. The most specific of the matching table entries — the one with the longest subnet mask — is called the longest prefix match. It is called this because it is also the entry where the largest number of leading address bits of the destination address match those in the table entry.
For example, consider this IPv4 forwarding table (CIDR notation is used):
192.168.20.16/28
192.168.0.0/16
When the address 192.168.20.19 needs to be looked up, both entries in the forwarding table "match". That is, both entries contain the looked up address. In this case, the longest prefix of the candidate routes is 192.168.20.16/28, since its subnet mask (/28) is longer than the other entry's mask (/16), making the route more specific.
Forwarding tables often contain a default route, which has the shortest possible prefix match, to fall back on in case matches with all other entries fail.
==See also==

* Network Search Engine: hardware accelerator used in routers for LPM lookups.
* Trie: prefix tree

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Longest prefix match」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.